home *** CD-ROM | disk | FTP | other *** search
- Path: news.netvision.net.il!usenet
- From: kirni@netvision.net.il (eran koren)
- Newsgroups: comp.lang.c++
- Subject: Re: assembler in borland C 4.5
- Date: Mon, 08 Jan 1996 21:52:50 GMT
- Organization: NetVision LTD.
- Message-ID: <4cs3ep$ar6@news.netvision.net.il>
- References: <30E92E58.41C6@elixir.e.kth.se>
- NNTP-Posting-Host: ts4dp2.netvision.net.il
- X-Newsreader: Forte Free Agent 1.0.82
-
- Per Wiberg <e95_pwi@elixir.e.kth.se> wrote:
-
- >Well.. I got a CD with a lot of programs from my school (KTH in
- >stockholm) and among them BC4.5. AND no manual, reference-book or
- >anything!.
- >"lucky-me" I've got no CD-ROM drive! ... so I made my friend raw-copy
- >BC4.5 on to floppy's (bad idea!). And here I am with a silly question:
-
- >- how do you include assembler code in BC4.5 ?
- >
-
- >/Per Wiberg
-
- you can make individual assembler call's with the "asm" keyword
- or insert blocks like this:
- asm {
- mav ax bx
- .
- .
- .
- ;what ever.....
- }
-
- btw:
- stop being a pyret!
-
-